Welcome![Sign In][Sign Up]
Location:
Search - genetic programming code

Search list

[JSP/JavaGA-java

Description: 改代码用java语言实现遗传算法编程,并且运用实例进行了验证,对学习遗传算法很有帮助-Change the code using the java language programming of the genetic algorithm, and use examples to validate learning genetic algorithm is helpful
Platform: | Size: 1024 | Author: MrChen | Hits:

[AI-NN-PRGeneticNonlinearMatlab

Description: 遗传算法虽然全局搜索能力较强,但是局部搜索能力较弱,一般只能搜索到函数优化问题的次优解,而不是最优解,特别是函数具有多个峰值时,遗传算法易陷入局部极小,不能找到真正的全局最优解。非线性规划因多采用梯度下降方法求解,而具有极强的局部搜索能力。因此,本源代码结合两种算法的优点,一方面采用遗传算法进行全局搜索,另一方面采用非线性规划进行局部搜索,以得到函数优化问题的全局最优解。实验证明,这种方法不仅能解决多峰函数寻优易陷入局部极小的问题,而且具有很高的迭代寻优效率,取得了满意的结果。-Global search ability of genetic algorithms, local search capability is weak, generally only be able to search a sub-optimal solution to the function optimization problem, rather than the optimal solution, especially the function has multiple peaks, genetic algorithm is easy to fall into the local polar can not find the true global optimal solution. Solving nonlinear programming due to the use of the gradient descent method, and has strong local search ability. Source code algorithm combines two advantages, on the one hand, the use of genetic algorithms for global search, on the other hand by nonlinear programming local search to obtain the global optimum function optimization problems. Experiments show that this method can not only solve the multimodal function optimization easy to fall into local minima problems, and has a highly iterative optimization efficiency, and achieved satisfactory results.
Platform: | Size: 44032 | Author: 乐乐 | Hits:

[matlabyichuansuanfa

Description: 整个遗传算法程序采用matlab编程,遗传算法的编码方式,适应度函数的选取,遗传操作(选择,交叉 变异),以及运行参数都有各自的备注和子程序代码。-The encoding of the entire genetic algorithm using matlab programming, genetic algorithm, the selection of the fitness function, genetic operations (selection, crossover and mutation), and operating parameters have their own notes and subroutine code.
Platform: | Size: 9216 | Author: wang | Hits:

[AI-NN-PRGAU

Description: 基于matlab的双层规划遗传算法源代码,应用效果良好,请使用-Matlab the bilevel programming genetic algorithm source code, with good results, use
Platform: | Size: 2048 | Author: 赵学彧 | Hits:

[JSP/JavaGA-BP

Description: 用遗传算法优化BP神经网络的源代码,自己编的,可直接运行,代码为用MA指标对股指收盘价进行预测,另附带一个matlab编程实例!-Genetic algorithm to optimize BP neural network source code, compiled their own, can be directly run code MA indicators to predict the closing price of the stock index, the other with a matlab programming examples!
Platform: | Size: 5120 | Author: 张琪 | Hits:

[AI-NN-PRArtificial-Intelligence-in-game-

Description: 《游戏编程中的人工智能技术》是人工智能游戏编程的一本指南性读物,介绍在游戏开发中怎样应用遗传算法和人工神经网络来创建电脑游戏中所需要的人工智能。书中包含了许多实用例子和源码。《游戏编程中的人工智能技术》适合遗传算法和人工神经网络等人工智能技术的各行业人员,特别是要实际动手做应用开发的人员阅读参考。-Game programming artificial intelligence technology " is a guide to the language of the AI ​ ​ Game Programming, describes the game developers how to create the artificial intelligence in computer games using genetic algorithms and artificial neural networks. The book contains many practical examples and source code. The game programming artificial intelligence technology for genetic algorithms and artificial neural networks and other artificial intelligence technology industry staff, especially the practical hands to do application development staff to read reference.
Platform: | Size: 19408896 | Author: 白栋天 | Hits:

[AI-NN-PR30-cases-in-matlab

Description: MATLAB智能算法30个案例分析,109页的详细讲解,程序和程序注解,可以直接复制代码。包括遗传算法,基于遗传算法和非线性规划的函数寻优算法,遗传算法工具箱详解及应用,多种群遗传算法的函数优化算法, 基于粒子群算法的多目标搜索算法,基于多层编码遗传算法的车间调度算法,基于遗传模拟退火算法的聚类算法,蚁群算法,支持向量机等等30章。-MATLAB intelligent algorithm 30 case studies, 109 detailed explanations, procedures and procedures annotations, you can directly copy the code. Including genetic algorithms, function optimization algorithm based on genetic algorithm and nonlinear programming, genetic algorithm toolbox the Xiangjie and application, the function of a variety of population genetic algorithm optimization algorithms, multi-target search algorithm based on particle swarm optimization based on multi-coding The genetic algorithm shop scheduling algorithm based on genetic simulated annealing algorithm clustering algorithm, ant colony algorithm, support vector machines, etc. 30 cases and chapters.
Platform: | Size: 1560576 | Author: Binjie Liao | Hits:

[VC/MFCVC-and-MATLAB

Description: 详述了实现遗传算法在图像分割上的应用的一种新方法。为了减少编写遗传算法代码的复杂度, 提高程序的运行效率, 结合VC+ + 和MATLAB各自的优势, 采用混合编程的方法, 先用MATLAB 编写实现图像分割的遗传算法代码, 并设置特定参数代 码, 接着通过M a tcom 把此代码翻译成VC + + 能处理的C + + 源码, 最后通过VC + + 编译成一个可执行文件-Detailed genetic algorithm to achieve image segmentation on the application of a new method. Write the code in order to reduce the complexity of genetic algorithm to improve the efficiency of the program, combined with VC++ and MATLAB respective advantages, the use of hybrid programming method, first using MATLAB genetic algorithm for image segmentation code, and set a specific parameter code, then By M a tcom put this code translated into VC++ can handle C++ source, and finally through VC++ compiled into an executable file
Platform: | Size: 353280 | Author: renxiaoqian | Hits:

[matlabinitpop

Description: 一个matlab遗传算法源程序遗传算法实例也是自己找来的,原代码有少许错误,本人都已更正了,调试运行都通过了的。对于初学者,尤其是还没有编程经验的非常有用的一个文件-A genetic algorithm matlab source code examples genetic algorithm also got their own, the original code was flawed, I have been corrected, and have passed the commissioning. For beginners, especially not a very useful document programming experience
Platform: | Size: 4096 | Author: | Hits:

[Algorithm1

Description: 基于遗传算法的最小生成树算法很好解决了常用二进制编码不能正确表达最小生成树的问题,其优点是:求解过程简单清晰,形象直观,快速有效,易于编程,且具有更广泛的适用性,在求解多节点网络的最小生成树时更能体现其计算速度快的优越性。-The minimum spanning tree algorithm based on genetic algorithm is very good to solve the common binary code that can not correctly express minimum spanning tree problem, its advantage is: solving process simple and clear, visual in image, fast and efficient, easy programming, and has more extensive applicability, in solving many more when the minimum spanning tree node network can reflect the superiority of the calculation speed.
Platform: | Size: 57344 | Author: 刘子才 | Hits:

[matlab00002

Description: 基于遗传算法和非线性规划的函数寻优算法案例及源代码-Function optimization algorithm based on genetic algorithm and nonlinear programming and source code
Platform: | Size: 27648 | Author: 付余 | Hits:

[matlabA-function-optimization-algorithm

Description: 一种基于遗传算法和非线性规划的函数寻优算法,一共6个案例及源代码-A method based on genetic algorithm and nonlinear programming optimization algorithm, a total of 6 cases and source code
Platform: | Size: 33792 | Author: 陈立 | Hits:

[Booksmatlab

Description: matlab中常用编程,包括归一化、fisher判别、遗传算法等一些常用程序的源代码,并且包括一些相关的例子,方便学习使用-matlab commonly used in programming, including normalization, fisher discriminant, genetic algorithms some common source code and includes some relevant examples, easy to learn to use
Platform: | Size: 2758656 | Author: 尤佳 | Hits:

[AI-NN-PRNSGA-II

Description: 多目标整数规划的遗传算法NSGA-IImatlab源代码,主程序、初始化、计算适应度、排序、选择、交叉变异、重组,最后得到Pareto前言。可以跑通,下载即用,具体方法介绍博客上文章上都有。-Multi-objective integer programming genetic algorithm NSGA-IImatlab source code, the main program, initialization, calculate fitness, sorting, selection, crossover and mutation, recombination, and finally get Pareto foreword. You can run through, downloading, using the specific method described has an article on the blog.
Platform: | Size: 12288 | Author: hanhe | Hits:

[Algorithmfenkui

Description: 利用matlab GUI实现的串口编程例子,做视觉测量的上位机代码,遗传算法无功优化。- Use serial programming examples matlab GUI implementation, Do Vision Measurement PC code, Genetic algorithm based reactive power optimization.
Platform: | Size: 5120 | Author: nai | Hits:

[matlabUntitled

Description: 《随机规划与模糊规划》5.5节的例子:基于随机模拟的遗传算法matlab代码-< stochastic programming and fuzzy programming >5.5 examples: stochastic simulation based genetic algorithm matlab code
Platform: | Size: 1024 | Author: 张宁 | Hits:

[AI-NN-PRMaltab-basic-study

Description: matlab初学者常用算法的源代码,共16个,包含遗传算法、非线性规划、灰色模型等。-matlab algorithm source code used for beginners, a total of 16, comprising a genetic algorithm, Nonlinear Programming, gray models.
Platform: | Size: 3262464 | Author: jacktang023 | Hits:

[Otherchapter9基于遗传算法的多目标优化算法

Description: 遗传算法的MATLAB编程,MATLAB源程序(Genetic algorithm MATLAB programming, MATLAB source code)
Platform: | Size: 2048 | Author: Vie | Hits:

[matlab遗传算法实例

Description: 也是自己找来的,原代码有少许错误,本人都已更正了,调试运行都通过了的。 对于初学者,尤其是还没有编程经验的非常有用的一个文件 遗传算法实例(Also find their own, the original code has a little error, I have corrected, debugging run through.A very useful file for beginners, especially for those who have no programming experienceExample of genetic algorithm)
Platform: | Size: 3072 | Author: BBLooper | Hits:
« 1 2 3 4 5»

CodeBus www.codebus.net